home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / m2posx10.zoo / m2posix.10 / src / portab.ipp < prev    next >
Encoding:
Modula Implementation  |  1993-06-01  |  241 b   |  20 lines

  1. IMPLEMENTATION MODULE PORTAB;
  2. __IMP_SWITCHES__
  3.  
  4. (*
  5. Yet another system-dependent Module.
  6.  
  7. UK __DATE__ __TIME__
  8. modified by hk
  9. *)
  10.  
  11. #ifdef FSTM2
  12. IMPORT SYSTEM;
  13.  
  14. BEGIN
  15. NULL:= SYSTEM.PTR(0L);
  16. #else
  17. (*empty*)
  18. #endif
  19. END PORTAB.
  20.